home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source21 / about.dfm / about.txt
Text File  |  1995-12-22  |  2KB  |  81 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   AutoScroll = False
  5.   ActiveControl = OKButton
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 218
  9.   ClientWidth = 298
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 57
  29.       IsControl = True
  30.     end
  31.     object ProductName: TLabel
  32.       Left = 88
  33.       Top = 16
  34.       Width = 91
  35.       Height = 16
  36.       Caption = 'Product Name'
  37.       Font.Color = clBlack
  38.       Font.Height = -16
  39.       Font.Name = 'System'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.       IsControl = True
  43.     end
  44.     object Version: TLabel
  45.       Left = 88
  46.       Top = 40
  47.       Width = 49
  48.       Height = 16
  49.       Caption = 'Version'
  50.       IsControl = True
  51.     end
  52.     object Copyright: TLabel
  53.       Left = 8
  54.       Top = 80
  55.       Width = 62
  56.       Height = 16
  57.       Caption = 'Copyright'
  58.       IsControl = True
  59.     end
  60.     object Comments: TLabel
  61.       Left = 8
  62.       Top = 104
  63.       Width = 265
  64.       Height = 49
  65.       AutoSize = False
  66.       Caption = 'Comments'
  67.       WordWrap = True
  68.       IsControl = True
  69.     end
  70.   end
  71.   object OKButton: TBitBtn
  72.     Left = 120
  73.     Top = 178
  74.     Width = 65
  75.     Height = 33
  76.     TabOrder = 1
  77.     Kind = bkOK
  78.     IsControl = True
  79.   end
  80. end
  81.